@charset "utf-8";

.home-top-grid1 {
	background: rgba(11, 100, 143, 0.7);
	transition: 0.5s all;
}

.home-top-grid2 {
	background: rgba(226, 23, 55, 0.5);
	transition: 0.5s all;
}

.home-top-grid3 {
	background: rgba(11, 100, 143, 0.4);
	transition: 0.5s all;
}

@font-face {
	src: url(../fonts/HelveticaInserat.ttf);
}

@font-face {
	font-family: 'FuturistCondensed';
	src: url('../fonts/FuturistCondensed Regular.TTF');
	/* IE9*/
	src: url('../fonts/FuturistCondensed Regular.TTF') format('embedded-opentype'),
		/* IE6-IE8 */
		/*url('../fonts/FuturistCondensed Regular.woff') format('woff'), */
		/* chrome、firefox */
		url('../fonts/FuturistCondensed Regular.TTF') format('truetype'),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
		url('../fonts/FuturistCondensed Regular.svg#iconfont') format('svg');
	/* iOS 4.1- */
}

body {
	font-family: "微软雅黑";
	min-width: 320px;
	color: #666;
	overflow-x: hidden;
}

.iconfont {
	font-family: 'iconfont';
}

img {
	max-width: 100%;
}

li {
	list-style: none;
}

i,
em {
	font-style: normal;
}

a {
	color: #666;
	text-decoration: none !important;

}

a:hover {
	color: #d80808;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

.container {
	width: 1400px;
}

.container2 {
	width: 1050px;
	margin: 0 auto;
	padding: 0 15px;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1400px !important;
	}
}

@media (max-width: 1600px) {
	.container {
		width: 1200px;
	}
}


@media (min-width: 992px) and (max-width: 1199px) {
	.container {
		width: 100%;
	}

	.container2 {
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.container {
		width: 100%;
	}

	.container2 {
		width: 100%;
	}
}

@media (max-width: 1100px) {
	.container {
		width: 100%;
	}

	.container2 {
		width: 100%;
	}
}

.Psqure {
	width: 5px;
	height: 5px;
	background-color: #106fb3;
	opacity: 0.41;
	border-radius: 50px;
	float: left;
	margin-top: 16px;
}

.Pline {
	width: 38px;
	height: 1px;
	background-color: #106fb3;
	opacity: 0.41;
	margin-top: 2px;
	float: left;
	box-sizing: border-box;
	margin-left: 39.5%;
	margin-top: 18px;
}

.Psqure2 {
	width: 5px;
	height: 5px;
	background-color: #106fb3;
	opacity: 0.41;
	border-radius: 50px;
	float: left;
	margin-top: 16px;
}

.Pline2 {
	width: 38px;
	height: 1px;
	background-color: #106fb3;
	opacity: 0.41;
	margin-top: 2px;
	float: left;
	margin-top: 18px;
}

/* 分页 */
.page {
	text-align: center;
}

.pagination {
	display: inline-table !important;
}

.pagination>li>a {
	background-color: #313131 !important;
	color: white;
	border-radius: 5px;
}

.page-item.active .page-link {
	background-color: #1a62a0 !important;
	border-color: #1a62a0 !important;
	border-radius: 5px;
}

/*# sourceMappingURL=style.css.map */
/*loading页面*/
#loading {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	background: #ffffff;
	text-align: center;
	display: table;
}

#loading span {
	display: table-cell;
	vertical-align: middle;
}

#loading span p {
	color: #fff;
	font-size: 20px;
}

#loading img {
	display: inline-block;
}

.scoll_dis {
	overflow: hidden;
}

/*顶部logo*/
/* 头部导航栏 */
.header-logo {
	padding: 5px 0 0 3.5%;
}

.header-logo img {
	margin-top: 10px;
}

.header-nav ul li.header-active a {
	color: #106fb3 !important;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	border: 1px solid black !important;
	z-index: 999;
	margin-right: 400px;
}

.header {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	background: white;
	height: 90px;
	position: fixed;
	left: 0;
	width: 100%;
	padding-left: 30px;
	z-index: 25;
	transition: all .5s;
	border-bottom: 1px solid #eee;
}

.header-nav {
	font-family: "微软雅黑";
}

.header-nav ul {
	/* margin-right: 120px; */
}

.header-nav ul li {
	position: relative;
	float: left;
	padding: 25px 10px 20px;
	margin: 0 58px 0 0;
}

.header-nav ul li i {
	padding-left: 5px;
}

.header-nav ul li:hover a.header-nav-item {}

.header-nav ul li a {
	text-decoration: none;
	line-height: 50px;
	font-size: 16px;
	color: #303030;
}

.header-nav ul li a:hover {
	color: #1a62a0;
}


.langs {
	margin: 40px 90px 0 0;
}

.langs a {
	padding: 12px;
	border-radius: 55px;
	background-color: white;
	color: black;
	font-size: 16px;
	border: 1px solid black;
}

.langs a.active {
	background-color: black;
	color: white;
}

.langs a:hover {
	color: 1a62a0;
}

.langs a:first-child {
	margin-right: 4px;
}




@media(max-width:1660px) {
	.header-nav ul li {
		margin: 0 20px 0 0;
	}
}

@media(max-width:1415px) {
	.header-nav ul li {
		margin: 0 20px 0 0;
	}

	.header-logo {
		padding: 5px 0 0 0;
	}

	.header-logo a img {}
}

@media (max-width:446px) {
	.header-logo {
		margin-left: -30px;
	}
}

@media(max-width:1290px) {
	.header-nav ul li {
		margin: 0 10px 0 0;
	}
	.langs {
    margin: 40px 10px 0 0;
}
}

@media(max-width:1100px) {
	.header-nav {
		display: none;
	}

	.phone-nav,
	.phone-nav2 {
		display: block !important;
	}
}

.header-nav ul li {}

.is-header {
	background: #FFF;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	top: 0;
	padding: 0 50px;
	border-bottom: 1px solid #eee;
}

.is-header .header-logo img {
	opacity: 1
}

.is-header ul li a {
	color: black;
}

.is-header .header-logo {
	background-position: center center;
}

#step {
	position: fixed;
	top: 60%;
	z-index: 999;
	right: 1%;
}

/*普通div*/
#step ul {
	position: relative;
	z-index: 999;
	margin-top: 0px;
	list-style: none;
}

#step ul li {
	float: left;
	width: 60%;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
}

#step ul li i {
	font-size: 10px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
	border-radius: 50px;
	color: white;
}

#step .bg_color {
	border-radius: 50px;
	display: inline-block;
	height: 20px;
	width: 20px;
	border: 1px solid white;
	position: absolute;
	top: 0px;
	left: -10%;
}
@media (min-width: 550px){
	.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
		overflow: hidden;
	}
}

/* 首页轮播图 */
.tem_video {
	position: relative;
}

.tem_video .video_full {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: all .3s;
	background: #000
}

#background_video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	height: 100%;
	width: 100%;
}
@media (max-width:678px) {
	#background_video{
		display: none;
	}
}
#video_cover {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#video_controls {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}

#play img {
	width: 100px;
}

#pause img {
	width: 90px;
}

#pause {
	display: none;
}

@media (min-width: 768px) {
	#video_controls {
		display: none;
	}
}

.video_content {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	z-index: 2;
	text-align: center;
}

.video_content .play_btn {
	padding: 2px 0 0 2px;
	width: 58px;
	height: 58px;
	background: url(../images/icon0.png) center no-repeat;
	margin: 0 auto;
	border-radius: 100%;
	border: 4px solid #FFF;
	cursor: pointer;
	transition: all .3s
}


.video_content .play_btn:hover {
	transform: scale(0.96);
}


.n-video {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	cursor: pointer;
}

.n-video:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}

.n-video .n_video_box {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%)
}

.n-video .n_video_box video {
	width: 600px;
	height: 400px;
	background: #000
}

.n-video .n_video_box .play_btn {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 3.5rem;
	color: #FFF;
	background: rgba(0, 0, 0, 0.6)
}

.n-video .n_video_box .play_btn i {
	width: 65px;
	height: 65px;
	border-radius: 100%;
	border: 1px solid #FFF;
	background: rgba(255, 255, 255, 0.4);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	line-height: 65px;
}
@media(max-width:767px){
	.n-video .n_video_box video {width:100%;height:320px;}
	.n-video .n_video_box {width:100%;}
	}

.swiper-container-banner {
	text-align: center;
	width: 100%;
	color: white;
}

.swiper-container-banner h1 {
	padding-top: 250px;
	font-size: 37px;
	line-height: 49px;
	font-weight: 600;
}

.swiper-container-banner .editor {
	font-size: 14px;
	font-weight: normal;
	line-height: 29px;
}

.swiper-container-banner h2 {
	font-size: 19px;
	font-weight: normal;
	line-height: 49px;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
	width: auto !important;
	right: 6% !important;
	left: auto !important;
	bottom: 160px !important;
}

.swiper-pagination-bullet-active {
	background-color: white !important;
	position: relative;

}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 20px 4px !important;
	display: block;
	right: 0 !important;
}

.swiper-pagination-bullet-active:after {
	position: absolute;
	top: -6px;
	left: -7px;
	content: '';
	width: 18px;
	height: 18px;
	border-radius: 50px;
	border: 1px solid white;
}

.swiper-pagination-bullet {
	background-color: white !important;
	opacity: 1 !important;
	width: 5px !important;
	height: 5px !important;
}

.swiper-pagination .swiper-pagination-bullet {
	z-index: 999;
	color: white !important;
}

.sp-buttons {
	width: 100% !important;
	clear: both !important;
	display: grid !important;
	position: absolute !important;
	top: 70%;
	right: -95%;
}

.sp-button {
	width: 5px !important;
	height: 5px !important;
	border-color: white !important;
	background-color: white !important;
}

.sp-selected-button:before {
	width: 10px !important;
	height: 10px !important;
	/* background-color: transparent; */
	border: 1px solid white !important;
}

.header-ban .sp-slides-container .sp-slide {
	cursor: pointer !important;
}

.headerban-img {
	position: absolute;
	z-index: 99;
	bottom: 3%;
	left: 50%;
	cursor: pointer;
}



@media (max-width:660px) {
	.header-ban-item {
		height: 450px !important;
	}

	.header-all h1 {
		font-size: 200%;
	}

	.header-all {
		padding-top: 32%;
	}
}

/* 首页产品 */
.product {
	padding: 80px 0;
	text-align: center;
}

.product h1 {
	font-weight: 800;
	font-size: 30px;
	line-height: 27px;
	color: #ffffff;
}

.product h2 {
	font-size: 24px;
	line-height: 27px;
	font-weight: 800;
	color: #ffffff;
	margin-bottom: 20px;
}

.product p {
	max-width: 756px;
	font-size: 14px;
	line-height: 27px;
	color: #ffffff;
	margin: auto;
	margin-bottom: 30px;
}

.product .product-line {
	z-index: -1;
	margin-top: 100px;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.5);
}

.product .container {
	background: transparent;

}

.product {
	background: transparent;
}

.product ul li p {
	margin-top: 10px;
	font-size: 16px;
	line-height: 27px;
	color: #ffffff;
}

.product .owl-carousel {
	padding: 30px 110px 20px;
	margin-top: 50px;
	display: block !important;
	position: relative;
	background-color: white;
}

.owl-carousel h3 {
	margin: 20px 0 10px;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0px;
	color: #232323;
}

.owl-carousel .item .pro-img {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.owl-carousel .item .pro-img img{
	transition: 0.3s;
}
.owl-carousel .item .pro-img:hover img{
	transform: scale(1.06);
}
.owl-carousel .item h3:after {
	content: "";
	position: absolute;
	left: 54%;
	right: 54%;
	bottom: 0px;
	height: 2px;
	opacity: 0;
	background-color: #0052a5;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

.owl-carousel .item:hover h3:after {
	left: 1%;
	right: 1%;
	opacity: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

@media (max-width:575px) {
	.product ul li {
		width: 33% !important;
	}

	.product .owl-carousel {
		padding: 30px 80px 20px;
	}
}

/* .owl-carousel .item:hover .pro-img img{
	transform: scale(1.04);
} */
.product .owl-controls {
	width: 100%;
	top: 35% !important;
}

.product .owl-nav i {
	color: white;
	font-size: 25px;
}

.product .owl-prev {
	width: 60px;
	height: 60px;
	top: 35%;
	border-radius: 50px;
	background-color: #1a62a0;
	padding: 10px;
	position: absolute;
	left: 2%;
	transition: 0.3s;
}

.product .owl-prev:hover {
	background-color: rgba(26, 98, 160, 0.9);
}

.product .owl-next:hover {
	background-color: rgba(26, 98, 160, 0.9);
}

.product:hover .owl-prev {
	left: 1%;
}

.product:hover .owl-next {
	right: 1%;
}

.product .owl-next {
	width: 60px;
	top: 35%;
	height: 60px;
	border-radius: 50px;
	background-color: #1a62a0;
	padding: 10px;
	position: absolute;
	right: 2%;
	transition: 0.3s;
}

.filed {
	text-align: center;

}

.filed h1 {
	font-size: 30px;
	line-height: 33px;
	color: #505050;
	font-weight: 800;
}

.filed h2 {
	font-size: 24px;
	font-weight: 800;
	line-height: 27px;
	color: #505050;
}

.filed p {
	font-size: 14px;
	font-weight: normal;
	line-height: 29px;
	color: #505050;
	max-width: 551px;
	margin: 30px auto 70px;
}

.filed ul {
	margin: auto;
	width: 100%;
}

.filed ul li {
	display: inline-block;
}

.filed ul li p {
	margin-top: -70px;
	font-size: 18px;
	font-weight: 600;
	line-height: 33px;
	color: #ffffff;
}

@media (max-width:575px) {
	.filed ul li {
		width: 50%;
	}
}

/* 首页关于我们 */
.about {
	font-size: 70px;
	padding: 110px 0 100px;
}

.about .about-left h1 {
	margin: 20px 0 20px;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0px;
	color: #1a62a0;
	padding-bottom: 25px;
	border-bottom: 1px solid #d2d2d2;
}

.about .about-left h2 {
	font-size: 15px;
	line-height: 28px;
	color: #484848;
}

.about .about-left a.about-p {
	border: solid 1px #535353;
	padding: 13px 30px;
	width: 140px;
	text-align: center;
	font-size: 16px;
	color: #303030;
	margin-top: 45px;
	transition: 0.4s;
}

.about .about-left a.about-p:hover {
	color: white;
	background: #303030;
}

.about .about-right {
	position: relative;

}

.about .about-right .about-right-item1 {
	position: absolute;
	bottom: -60px;
	z-index: 9;
	left: 10px;
}

.about .about-right .about-right-item2 {
	position: absolute;
	right: 0;
}

@media (max-width:991px) {
	.about .about-right img {
		position: static !important;
	}
}

@media (max-width:768px) {
	.about .about-right img {
		float: left !important;
		width: 50%;
	}

	.about .about-right {
		top: 30px;
	}

	.about .about-left h2 {
		margin-bottom: 30px;
	}
}

/* 首页成功案例 */


/* 首页新闻 */
.news-left,
.news-right {
	padding: 70px 0 140px;
}

.news h1 {
	font-size: 30px;
	font-weight: 800;
	line-height: 33px;
	color: #ffffff;
}

.news h2 {
	font-size: 24px;
	font-weight: 600;
	line-height: 27px;
	color: #ffffff;
}

.news p {
	font-size: 14px;
	font-weight: normal;
	line-height: 25px;
	color: #ffffff;
	margin: 20px 0;
}

.news a {
	position: relative;
}

.news a .news-line {
	width: 40px;
	height: 40px;
	border: 1px solid white;
	transition: 0.3s;
}
.news a .news-line:hover{
	width: 43px;
	height: 43px;
}
.news a .news-line1 {
	position: absolute;
	width: 1px;
	left: 20px;
	top: 8px;
	height: 23px;
	background-color: white;
}

.news a .news-line2 {
	position: absolute;
	height: 1px;
	top: 20px;
	left: 8px;
	width: 23px;
	background-color: white;
}

.news .news-right a .news-line {
	margin-top: 50px;
}

@media (max-width:991px) {

	.news-left,
	.news-right {
		text-align: center !important;
		width: 100% !important;
	}

	.news a .news-line {
		margin: auto;
		position: relative;
	}

	.news-right-item1,
	.news-right-item2 {
		max-width: 100% !important;
	}
}

/* 底部信息 */
.footer {
	background-color: #303030;
	padding: 40px 0 30px;
}

.footer-left h1 {
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	color: #f8f8f8;
	margin: 25px 0 10px;
}

.footer-left p {
	margin-bottom: 0px;
	max-width: 314px;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	color: #f8f8f8;
}

.footer-left ul li {
	display: inline-block;	
	margin: 10px 25px 0 0;
}

.footer-left ul li h2 {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	color: #ffffff;
	margin-top: 5px;
}

.footer-right ul.footer-right-item1 li:nth-child(3) {
	display: none;
}

.footer-right ul.footer-right-item1 li {
	float: left;
	padding: 0 19px;
}

.footer-right ul.footer-right-item1 li:last-child {
	margin-right: 0;
}

.footer-right ul.footer-right-item1 li>a {
	font-size: 16px;
	font-weight: normal;
	line-height: 1px;
	color: #ffffff;
}

.footer-right ul.footer-right-item1 li dl {
	margin-top: 20px;
}

.footer-right ul.footer-right-item1 li dl dd a {
	font-size: 14px;
	font-weight: normal;
	line-height: 28px;
	color: #d0d0d0;
}
.footer-right ul.footer-right-item1 li dl dd a:hover{
	color: #1a62a0;
}
.footer-right h1 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1px;
	color: #ffffff;
	width: 100%;
	border-top: 1px solid #434343;
	padding-top: 25px;
	margin-top: 25px;
}

.footer-right ul.footer-right-item2 {
	margin-top: 25px;
    height: 142px;
    overflow: hidden;
}

.footer-right ul.footer-right-item2 li {
	margin-right: 30px;
	display: inline-block;
}

.footer-right ul.footer-right-item2 li a {
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	color: #d0d0d0;
}
.footer-right ul.footer-right-item2 li a:hover{
	color: #1a62a0;
}
.footer-infor-right a p{
	color: white;
}
.footer-infor {
	padding-top: 8px;
	background-color: #1b1b1b;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 27px;
	letter-spacing: 1px;
	color: #f8f8f8;
}
/* subnav */
.subnav {
	background: #10426e;
	height: 52px;
	line-height: 52px;
	margin-top: -52px;
}

.subnav .tem_inner>a {
	font-size: 14px;
	color: #FFF;
	display: inline-block;
	position: relative;
	min-width: 200px;
	padding-left: 30px;
	border-right: 1px solid rgba(255, 255, 255, 0.38);
}

.subnav .tem_inner>a.home {
	padding-left: 45px;
	background: url(../images/icon6.png) 15px center no-repeat;
	border-left: 1px solid rgba(255, 255, 255, 0.38);
}

.subnav .now_title {
	display: inline-block;
	border-right: 1px solid rgba(255, 255, 255, 0.38);
	min-width: 200px;
	cursor: pointer;
	position: relative
}

.subnav .now_title>em {
	font-size: 14px;
	color: #FFF;
	padding: 0 30px;
	display: block
}

.subnav .now_title>em i {
	float: right;
	position: relative;
	top: 18px
}

.subnav .now_title>div {
	position: absolute;
	width: 100%;
	background: #10426e;
	left: 0;
	top: 52px;
	border-top: 1px solid rgba(255, 255, 255, 0.38);
	display: none;
	z-index: 3
}

.subnav .now_title>div>a {
	font-size: 14px;
	color: #FFF;
	display: block;
	line-height: 45px;
	padding: 0 30px;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.38);
}

.subnav .now_title>div>a i {
	position: absolute;
	right: 55px;
	top: 50%;
	transform: translateY(-50%);
	transition: all .4s;
	opacity: 0
}

.subnav .now_title>div>a:hover i {
	opacity: 1;
	right: 30px;
}

.news_box {
	padding: 90px 0 0px;
}

.news_box .title {
	padding: 0 0 15px;
	border-bottom: 1px solid #e5e5e5
}

.news_box .title h1 {
	float: left;
	font-size: 24px;
	color: #000;
}

.news_box .title .n-search {
	float: right;
	max-width: 325px;
	position: relative
}

.news_box .title .n-search input[type="text"] {
	max-width: 325px;
	height: 34px;
	border: 1px solid #e5e5e5;
	line-height: 34px;
	padding: 0 40px 0 15px;
	font-size: 14px;
	color: #333;
}

.news_box .title .n-search i {
	width: 40px;
	height: 34px;
	position: absolute;
	right: 0;
	top: 0;
	background: #e5e5e5;
	font-size: 16px;
	color: #6e6e6e;
	line-height: 34px;
	text-align: center;
	cursor: pointer
}

.bantext {
	padding: 250px 0 0;
}

.page_banner {
	/* padding: 85px 0 0; */
}

.page_banner h1 {
	color: white;
	font-size: 48px;
	font-weight: 600;
	line-height: 29px;
	text-align: center;
	transform: translateY(-35px);
	text-transform: capitalize;
	transition-delay: 0.3s;
}



.building_box ul li {
	text-align: center;
	margin: auto;
}



/* 关于宏宇*/
/* 企业介绍 */
.company_idea {
	padding: 100px 0;
}

.company_idea h1 {
	font-size: 30px;
	font-weight: 600;
	line-height: 30px;
	color: #1d1d1d;
}

.company_idea h2 {
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	color: #1a62a0;
	margin-bottom: 30px;
}

.company_idea .idea-cont {
	position: relative;
	font-size: 15px;
	font-weight: normal;
	line-height: 25px;
	color: #666666;
	max-width: 608px;
	border-top: 1px solid #bababa;
	padding-top: 35px;
}

.company_idea .idea-cont-squre {
	position: absolute;
	width: 7px;
	height: 7px;
	background-color: #bababa;
	border-radius: 50px;
	top: -5px;
}

/* 企业文化 */
.culture_box2 {
	background-color: #eeeeee;
	padding: 80px 0 100px;
}

.culture_box2 h1 {
	font-size: 30px;
	font-weight: 600;
	line-height: 30px;
	color: #1d1d1d;
	margin-bottom: 50px;
	text-align: center;
}

.tab .nav-tabs {
	width: 111.1%;
	border-bottom: 0 none;
}

.tab .nav-tabs li {
	width: 25%;
}

.tab .nav-tabs li a {

	max-width: 60%;
	display: block;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border: none;
	padding: 18px;
	background: #3a3a3a;
	border-radius: 0;
	margin: 0;
	position: relative;
	transition: all 0.3s ease 0s;
}

.tab .nav-tabs li .tab-line {
	position: absolute;
	right: 0;
	top: 50%;
	width: 40%;
	height: 1px;
	background-color: #d2d2d2;
}

.tab .nav-tabs li:last-child .tab-line {
	display: none;
}

.tab .nav-tabs li:last-child a {
	max-width: 100%;
}

.tab .nav-tabs li:last-child {
	width: 15%;
}

.tab .nav-tabs li .tab-line .tab-squre {
	position: absolute;
	right: 50%;
	top: -8px;
	width: 16px;
	height: 16px;
	background-color: #1a62a0;
	border: solid 3px #ffffff;
	border-radius: 50px;
}

.tab .nav-tabs li a:hover {
	background: #1a62a0;
}

.tab .nav-tabs li.active a,
.tab .nav-tabs li.active a:focus,
.tab .nav-tabs li.active a:hover {
	border: none;
	background: #1a62a0;
	color: #fff;
	transition: all 0.20s ease 0s;
}

.tab .nav-tabs li.active a:after {
	content: "";
	position: absolute;
	top: -30px;
	left: 38%;
	border: 15px solid transparent;
	border-bottom-color: #6676ff;
}

.tab .tab-content {
	text-align: center;
	width: 90%;
	margin: 30px auto 80px;
	font-size: 14px;
	color:black;
	background: white;
	line-height: 25px;
	padding: 20px;
}

.tab .tab-content h3 {
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
}
.tab .tab-content p{
	font-size: 15px;
}
@media only screen and (max-width: 480px) {
	.tab .nav-tabs li {
		margin-bottom: 2px;
	}

	.tab .nav-tabs li.active a:after {
		border: none;
	}
	.tab .nav-tabs li .tab-line .tab-squre{
		display: none;
	}
}

/* 发展历程 */
.building_box h1 {
	font-size: 30px;
	font-weight: 600;
	line-height: 30px;
	color: #1d1d1d;
	text-align: center;
	margin-bottom: -90px;
}

.about-history {
	position: relative;
}

.about-history:before {
	position: absolute;
	left: 0;
	top: 228px;
	width: 16px;
	height: 16px;
	overflow: hidden;
	margin-left: -10px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background-color: #1a62a0;
	content: '';
	border: solid 3px #ffffff;
}

.about-history:after {
	position: absolute;
	top: 228px;
	right: 0;
	width: 16px;
	height: 16px;
	overflow: hidden;
	margin-left: -6px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background-color: #1a62a0;
	content: '';
	border: solid 3px #ffffff;
}

.about-history-list {
	position: relative;
}

.about-history-list .flex-viewport {
	padding: 0 31px;
}

.about-history-list .flex-viewport:before {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	border-top: 1px solid #C7C7C7;
	content: '';
}

.about-history-list .slides li {
	position: relative;
	width: 253px;
	height: 470px;
	margin-right: 31px;
}

.about-history-list .slides li .item {
	position: absolute;
	bottom: 0;
	min-height: 152px;
	text-align: left;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.about-history-list .slides li .item h3 {
	border-bottom: 4px solid #1a62a0;
	position: absolute;
	width: 160px;
	top: -125px;
	left: 0;
	height: 44px;
	line-height: 44px;
	margin: 0;
	font-size: 24px;
	font-weight: 400;
	color: black;
	text-align: left;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.about-history-list .slides li .item .desc {
	line-height: 24px;
	font-size: 15px;
	color: #3a3a3a;
	margin-top: -70px;
}

.about-history-list .slides li .item .desc p {
	margin: 0;
	position: relative;
}

.about-history-list .slides li .item .desc .desc-line {
	background-color: #1a62a0;
	height: 5px;
	width: 5px;
	border-radius: 50px;
	float: left;
	margin: 10px 5px 0 0;
}

.about-history-list .flex-direction-nav {
	padding: 0;
	margin: 0;
	list-style: none;
}

.about-history-list .flex-direction-nav a {
	position: absolute;
	top: 50%;
	width: 48px;
	height: 160px;
	line-height: 160px;
	overflow: hidden;
	margin-top: -80px;
	font-size: 50px;
	font-family: simsun;
	color: #ffffff;
	text-align: center;
}

.about-history-list .flex-direction-nav a.flex-prev {
	left: -48px;
}

.about-history-list .flex-direction-nav a.flex-next {
	right: -48px;
}

.about-history-swiper {
	width: 100%;
}

.about-history-swiper .swiper-slide .item {
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
}

.about-history-swiper .swiper-slide .item h3 {
	margin: 0;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 20px;
	text-align: center;
	color: #999999;
	background-color: #e2e2e2;
}

.about-history-swiper .swiper-slide .item .desc {
	line-height: 20px;
	padding: 10px;
	font-size: 14px;
	color: #929292;
}

.about-history-swiper .swiper-slide .item .desc p {
	margin: 0;
}

.about-history-swiper .about-history-pagination {
	position: static;
	margin-top: 10px;
}

.about-history-swiper .about-history-pagination .swiper-pagination-bullet {
	background: #fff;
}

.about-history-swiper .about-history-pagination .swiper-pagination-bullet-active {
	background: #C91523;
}

a {
	color: #414141;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

a:hover {
	text-decoration: none;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.pull-none {
	float: none;
}

.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
	font-size: 0;
}

* html .clearfix {
	zoom: 1;
}

*:first-child+html .clearfix {
	zoom: 1;
}

.container {
	width: 980px;
	margin: 0 auto;
}

img {
	max-width: 100%;
}

img.full {
	display: block;
	width: 100%;
}

.list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.hidden {
	display: none;
}

.col-1 {
	float: left;
	width: 8.33333333%;
}

.col-2 {
	float: left;
	width: 16.66666667%;
}

.col-3 {
	float: left;
	width: 25%;
}

.col-4 {
	float: left;
	width: 33.33333333%;
}

.col-5 {
	float: left;
	width: 41.66666667%;
}

.col-6 {
	float: left;
	width: 50%;
}

.col-7 {
	float: left;
	width: 58.33333333%;
}

.col-8 {
	float: left;
	width: 66.66666667%;
}

.col-9 {
	float: left;
	width: 75%;
}

.col-10 {
	float: left;
	width: 83.33333333%;
}

.col-11 {
	float: left;
	width: 91.66666667%;
}

.col-12 {
	float: left;
	width: 100%;
}

.col-13 {
	float: left;
	width: 20%;
}

.col-offset-3 {
	margin-left: 25%;
}

.tb {
	display: table;
	width: 100%;
	height: 100%;
}

.tbr {
	display: table-row;
}

.tbc {
	display: table-cell;
	vertical-align: middle;
}

@media (max-width:1460px) {
	.about-history {
		margin: 0 40px;
	}
}

/* 企业实力 */
/* 我们的实力 */
.com_Strength {
	text-align: center;
	margin-top: 100px;
}

.com_Strength h1 {
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: 600;
	line-height: 30px;
	color: #141414;
}

.com_Strength .str-cont {
	font-size: 15px;
	font-weight: normal;
	color: #666666;
}
.com_Strength .owl-carouselT .item{
	width: 100%;
	overflow: hidden;
}
.com_Strength .owl-carouselT .item img{
	transition: 0.3s;
}
.com_Strength .owl-carouselT .item:hover img{
	transform: scale(1.05);
}
.owl-carouselT .item {
	position: relative !important;
}

.owl-dots {
	margin-top: 30px;
	clear: both;
	width: 100%;
	height: 40px;
	margin-left: 47%;
}

.owl-dots .owl-dot {
	margin-right: 10px;
	float: left;
	width: 12px;
	height: 12px;
	border-radius: 50px;
	background-color: black;
}

.owl-dots .active {
	background-color: #1a62a0 !important;
}

.owl-theme .owl-controls {
	position: static !important;
}

@media (max-width:1200px) {
	.owl-dots{
		display: none!important;
	}
}
/* 资质证书*/
.com_certificate {
	margin-top: 40px;
	background-color: #eeeeee;
	padding: 60px 0;
}

.com_certificate {
	text-align: center;
}

.com_certificate h1 {
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: 600;
	line-height: 30px;
	color: #141414;
}

.com_certificate .cer-cont {
	max-width: 1040px;
	font-size: 15px;
	font-weight: normal;
	color: #666666;
	margin: auto;
}

.com_certificate .owl-carouselS {
	margin-top: 30px;
	padding: 0 60px;
}
.com_certificate .owl-carouselS .item{
	width: 100%;
	overflow: hidden;
}
.com_certificate .owl-carouselS .item img{
	transition: 0.3s;
}
.com_certificate .owl-carouselS .item:hover img{
	transform: scale(1.05);
}
/* 销售范围 */
.com_scope {
	padding: 70px 0 30px;
}

.com_scope h1 {
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	line-height: 30px;
	color: #1d1d1d;
}

/* 产品领域 */
.Filed ul li img {
	width: 100%;
	transition: 0.3s;
}

.Filed-cont {
	text-align: center;
}

.Filed ul {
	margin-top: 50px;

}

.Filed ul li {
	overflow: hidden;
	margin-bottom: 25px;
	padding: 0 10px;

}

.Filed ul li a {
	width: 100%;
	overflow: hidden;
}

.Filed ul li .Filed-item {
	padding: 15px;
	background-color: #f2f3f8;
}

.Filed ul li:hover img {
	transform: scale(1.05);
}

.Filed ul li p {
	margin: 30px 0 10px;
	padding-left: 5px;
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	line-height: 27px;
	letter-spacing: 2px;
	color: #141414;
	max-width: 400px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.Filed ul li .Filed-squre {
	border-radius: 50px;
	display: inline-block;
	margin-bottom: 20px;
	width: 5px;
	height: 5px;
	background-color: #f37c20;
}

@media (max-width:991px) {
	.Filed ul li p {
		max-width: 200px;
	}
	.footer-infor-left,.footer-infor-right{
		float: none!important;
		text-align: center;
	}
}

/* 新闻资讯页*/
.News ul li .News-all {
	width: 100%;
	background-color: #f0f0f0;
	padding: 9px;
	overflow: hidden;
}

.News ul li {
	margin-bottom: 60px;
}

.News ul li .News-all img {
	width: 100%;
	transition: 0.3s;
	overflow: hidden;

}

.News ul li:hover .News-all img {
	transform: scale(1.06);
}

.News ul li .News-all p {
	padding-top: 15px;
	max-width: 393px;
	font-size: 16px;
	line-height: 27px;
	color: #000000;
	margin: auto;
	height: 100px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.News ul li .News-all h2 {
	max-width: 393px;
	padding-left: 20px;
	background-position-y: 8px !important;
	background: url(../images/time.png) no-repeat;
	margin: auto;
	font-size: 16px;
	font-weight: normal;
	line-height: 27px;
	color: #8b8b8b;
}

/* 新闻详情页 */
.NewDet {
	margin: 60px 0;
}

.NewDet h1 {
	font-size: 2.2rem;
	color: #323232;
	text-align: center;
	margin: 0 0 20px;
}

.NewDet .date {
	font-size: 1.4rem;
	color: #969696;
	text-align: center;
}


.NewDet .prev-next>a:first-child {
	padding-right: 20px;
}

.NewDet .prev-next>a {
	display: inline-block;
	font-size: 1.4rem;
	color: #969696;
	transition: all .3s;
}

.NewDet .prev-next b {
	color: black;
}

.NewDet .prev-next a:hover {
	color: black;
}

/* 产品中心 */
.Product-top {
	margin-bottom: 40px;
}

.Product-title h2 {
	font-size: 24px;
	font-weight: normal;
	color: #000000;
}

.Product ul li {
	margin-bottom: 50px;
	overflow: hidden;
	width: 100%;
}

.Product ul {
	padding-top: 60px;
}

.Product ul li p {
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	line-height: 27px;
	color: #232323;
	margin-top: 20px;
}

.Product ul li .Product-img {
	width: 100%;
	overflow: hidden;
}

.Product ul li .Product-img img {
	width: 100%;
	transition: 0.4s;
}

.Product ul li .Product-img:hover img {
	transform: scale(1.07);
}

/* 产品详情页*/
.Product-det .Product-det-left img {
	width: 85%;
}

.Product-det .Product-det-right h1 {
	padding-bottom: 30px;
	margin: 20px 0 40px;
	font-size: 30px;
	font-weight: normal;
	border-bottom: 1px solid #bababa;
	line-height: 27px;
	color: #232323;
}

.Product-det .Product-det-right h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	color: #666666;
	margin-bottom: 20px;
}

.Product-det .Product-det-right .Product-dec-item {
	max-width: 585px;
	font-size: 15px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 20px;
}

.Product-dec-line {
	width: 100%;
	height: 50px;
	background-color: #10426e;
	margin-top: 50px;
	position: relative;
}

.Product-dec-line p {
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	height: 60px;
	width: 200px;
	padding-top: 15px;
	text-align: center;
	background-color: #272727;
	position: absolute;
	top: -5px;
}

.Product-all {
	min-height: 700px;
	margin-bottom: 50px;
}

.owl-carousel .owl-item p a {
	font-size: 16px;
	color: black;
	line-height: 50px;
}

.owl-carousel .owl-item p a:hover {
	color: #888888;
}

.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
	position: absolute;
	top: -77px;
	right: 0;
}

/* 科技创新 */
.Picture h1 {
	margin: 100px 0 25px;
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	color: #1a62a0;
	text-align: center;
}

.Picture .Picture-cont {
	max-width: 1030px;
	font-size: 14px;
	line-height: 30px;
	margin: auto;
	color: #666666;
	text-align: center;
}

.Picture ul {
	margin: 30px auto 90px;
	text-align: center;
}

.Picture ul li {
	display: inline-block;
	position: relative;
	margin-right: 15px;
	width: 23%;
}

.Picture ul li:last-child {
	margin-right: 0;
}

.Picture ul li p {
	position: absolute;
	bottom: 25px;
	margin: auto;
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	color: #666666;
}

.Picture h2 {
	margin: 0 0 25px;
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	color: #1a62a0;
	text-align: center;
}

.Picture-tec {
	margin: auto;
	position: relative;
}

.Picture-tec img {
	z-index: -1;
	position: relative;

}

.Picture .Picture-tec-cont {
	max-width: 714px;
	font-size: 14px;
	line-height: 30px;
	margin: 10px auto 0;
	color: #666666;
	text-align: center;
	z-index: 99;
}

.Picture-tec-item {
	z-index: 99;
	padding: 45px 0 30px;
	margin: -100px auto 80px;
	max-width: 1247px;
	background-color: #f8f8f8;
}




/* 联系我们 */
.Contact h1 {
	margin: 100px 0 20px;
	font-size: 22px;
	font-weight: normal;
	line-height: 30px;
	color: #1d1d1d;
	text-align: center;
}

.Contact-line1 {
	height: 1px;
	width: 100%;
	background-color: #e5e5e5;
}

.Contact-line2 {
	margin: -2px auto 0;
	height: 2px;
	width: 192px;
	background-color: #1a62a0;
}

.Contact-add {
	background: url(../images/map.png) no-repeat;
	width: 34px;
	height: 49px;
	margin: 30px auto 10px;
}

.Contact p {
	margin: auto;
	max-width: 308px;
	font-size: 16px;
	text-align: center;
	color: #666666;
}

.Contact .ContactInfo {
	border: solid 1px #e5e5e5;
	margin-top: 40px;
}

.Contact .ContactInfo h2 {
	padding: 12px 0;
	background-color: #eeeeee;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #000000;
}

.Contact .ContactInfo ul {
	padding: 0 30px;
	margin: auto;
}

.Contact .ContactInfo ul li {
	padding-bottom: 40px;
	margin: auto;
	text-align: center;
	float: left;
	width: 20%;
	height: 200px;
}

.Contact .ContactInfo ul li img {
	margin: 20px 0;
}

.Contact .ContactInfo ul li .ContactInfo-cot {
	padding: 0;
}

.Contact .ContactInfo ul li p:nth-child(2) {
	display: block;
}

.Contact-map {
	margin-top: 15px;
}

@media (max-width:1200px) {
	.Contact .ContactInfo ul li {
		width: 50%;
	}

	.Contact .ContactInfo ul li:last-child {
		width: 100%;
	}
}

/* 在线留言 */
.message_box {
	padding: 90px 0 0
}

.message {
	position: relative
}

.mess_info_title {
	border-bottom: solid 1px #bfbfbf;
	margin-bottom: 50px;
	padding-bottom: 20px;
}

.mess_info_title2 {
	border-bottom: solid 1px #1b1b1b;
	margin-bottom: 50px;
	padding-bottom: 20px;
}

.message h1 {
	font-size: 26px;
	font-weight: normal;
	line-height: 26px;
	color: #1d1d1d;
	text-align: center;
	border-bottom: solid 1px #1b1b1b;
	padding-bottom: 30px;
	margin-bottom: 40px;
}

.message h2 {
	display: inline-block;
	margin: 0 1% 0 6%;
}

.message ul {
	display: inline-block;
	width: 80%;
}

.message ul li:last-child {
	width: 92%;
}

.message li {
	float: left;
	width: 46%;
	padding: 0 15px;
	margin: 0 0 15px;
}

.message li input[type="text"] {
	width: 100%;
	line-height: 46px;
	border: 1px solid #c9c9c9;
	padding: 0 15px;
	outline: none;
	color: #c7c7c7;
}

.message ul.mess_info_ul li {
	width: 82%;
}

.message li.li4 {
	width: 100%
}

.message li textarea {
	color: #c7c7c7;
	outline: none;
	width: 100%;
	border: 1px solid #c9c9c9;
	padding: 15px;
	height: 215px;
}

.message li.verify_code {
	width: 100%;
	font-size: 1.4rem;
	color: #333
}

.message li.verify_code input {
	max-width: 30%
}

.message .btn_message {
	text-align: center;
	margin-bottom: 150px;
}

.message .btn_message input {
	padding: 0 60px;
	color: white;
	border: 0;
	height: 49px;
	background-color: #1a62a0;
	margin-right: 4px;
	font-size: 14px;
	color: #ffffff;
	transition: 0.3s;
}
.message .btn_message input:hover{
	background-color:rgba(26,98,160,0.8);
}
.message .btn_message input.reset {
	background-color: white;
	color: #575757;
	border: solid 1px #bfbfbf;
}

@media (max-width:1260px) {
	.message ul {
		width: 90%;
		margin-top: 12px;
	}
}

/* 人才招聘 */
.Join h1 {
	margin-bottom: 50px;
	font-size: 26px;
	font-weight: normal;
	line-height: 26px;
	color: #1d1d1d;
	text-align: center;
}

.Join ul {
	margin-bottom: 120px;
}

.Join ul li .Join-all {
	background-color: #f8f8f8;
	padding: 40px 20px 20px 20px;
	margin-bottom: 30px;
}

.Join ul li h1 {
	font-size: 18px;
	font-weight: normal;
	line-height: 19px;
	color: #121212;
	text-align: left;
	margin-bottom: 0;
}

.Join ul li .Join-num {
	margin: 15px 0 25px;
	background: url(../images/person.png) no-repeat;
	padding-left: 33px;
	float: left;
}

.Join ul li h2 {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #121212;
}

.Join ul li .Join-add {
	margin: 15px 0 25px 20px;
	background: url(../images/adderss.png) no-repeat;
	padding-left: 33px;
	float: left;
}

.Join ul li h3 {
	clear: both;
	font-size: 14px;
	font-weight: normal;
	line-height: 19px;
	color: #3c3c3c;
}

.Join ul li .Join-cont {
	font-size: 14px;
	color: #666666;
}

.Join ul li .Join-btn {
	margin-top: 20px;
}

.Join ul li a {
	background-color: black;
	color: white;
	font-size: 21px;
	padding: 0 4px 1px 5px;
	border-radius: 50px;
	transition: 0.3s;
}

.Join ul li a:hover {
	background-color: #1a62a0;
}

.Join ul li a i {
	font-size: 21px;
}

/* 招聘表单 */
.job_message li {
	margin: 20px 0;
	line-height: 35px;
}

.job_message li span {
	width: 25%;
	display: inline-block;
	text-align: right;
	padding: 0 5px;
	float: left;
	line-height: 35px;
}

.job_message li input[type="text"] {
	outline: none;
	margin-bottom: 20px;
	width: 65%;
	height: 35px;
	line-height: 35px;
	float: left;
	padding: 0 10px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
	border: 0;
	border-radius: 3px;
	transition: all .3s;
	background: #FFF;
}

.job_message li textarea {
	outline: none;
	width: 65%;
	height: 120px;
	padding: 0 10px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
	border: 0;
	border-radius: 3px;
	transition: all .3s;
	background: #FFF;
}

.job_message .code {
	margin: 20px 0;
}

.job_message .code span {
	width: 25%;
	display: inline-block;
	text-align: right;
	padding: 0 20px;
	float: left;
	line-height: 35px;
}

.job_message .code input[type="text"] {
	outline: none;
	width: 25%;
	height: 35px;
	line-height: 35px;
	float: left;
	padding: 0 10px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	border: 0;
	border-radius: 3px;
	transition: all .3s;
}

.text-center {
	text-align: center;
}

.job_message .sub {
	margin-bottom: 60px;
}

.job_message .sub input {
	margin-bottom: 50px;
	display: inline-block;
	padding: 7px 30px;
	font-size: 1.4rem;
	color: #fff;
	background: #0091d4;
	margin: 0 10px;
	border: 0;
	transition: all .3s;
	border-radius: 5px;
}

/* 全站搜索 */
.Search {
	margin-bottom: 90px;
}

.Search-left {
	border-right: 1px solid #eae9e9;
}

.Search-left-title {
	color: black;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
}

.Search-left-body ul li select {
	background-color: #f8f9fa;
	padding: 0 10px;
	height: 39px;
	width: 85%;
	color: black;
	border-radius: 5px;
	margin: 10px 0;
	border: 0;
}

.Search-left-body ul li option {
	background-color: white;
}

.Search-left-body ul li input {
	outline: none:;
	width: 85%;
	height: 39px;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	color: #495057;
	margin: 10px 0;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}

.Search-left-body ul li input.search {
	outline: none;
	transition: 0.3s;
	background-color: #106fb3;
	color: white !important;
	font-size: 16px;
	border: 2px solid #106fb3;
}

.Search-left-body ul li input.search:hover {
	color: black !important;
	background-color: white;

}

.Search-right-entry .Search-right-title {
	margin: 10px 0;
}

.Search-right-entry .Search-right-title a {
	font-weight: 500;
	color: black;
	font-size: 26px;
	transition: 0.3s;
}

.Search-right .Search-right-con {
	padding-bottom: 30px;
	margin-bottom: 50px;
	border-bottom: 1px solid #eae9e9;
}

.Search-right-entry p {
	font-size: 16px;
	margin: 10px 0;
}

ul.Search-right-info li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

ul.Search-right-info li a {
	color: #888888;
	font-size: 13px;
}

ul.Search-right-info li a i {
	font-size: 19px;
	margin-right: 10px;
}

.Search-right-Nresult {
	color: black;
	font-size: 40px;
	text-align: center;
	font-weight: 500;
}

@media (max-width:767px) {

	.Search-left-body ul li select,
	.Search-left-body ul li input {
		width: 70%;
	}

	.Search-left {
		border: 0;
	}

	.Search-right {
		margin-top: 40px;
	}
}

/*-phone-nav-*/
.phone-nav:hover {
	color: #1a62a0;
}

.phone-nav {
	position: absolute;
	font-size: 24px;
	top: 25px;
	right: 55px;
	line-height: 50px;
	display: none;
	color: #1a62a0;
	z-index: 999;
}

.phone-nav2:hover {
	color: #1a62a0;
}

.phone-nav2 {
	top: 25px;
	position: absolute;
	font-size: 24px;
	right: 15px;
	line-height: 50px;
	display: none;
	color: #1a62a0;
	z-index: 999;
}

.mm-navbar {
	border: 0;
	display: none !important;
}

.mm-menu_navbar_top-2 .mm-panels {
	top: 0;
}

#mmenu .mm-panels .mm-panel {
	margin-top: -70px;
}

.mm-menu_theme-dark {
	/* z-index: 1!important; */
	background-color: white;
}

#mmenu ul {
	padding: 0 15px;
}

.mm-menu .mm-navbar>* {
	color: black;
}

.mm-page__blocker {
	background: rgba(3, 2, 1, 0.2);
}

#mmenu ul li a {
	border-radius: 3px;
	color: black;
	line-height: 30px;
	margin-bottom: 10px;
}

.mm-listitem .mm-btn_next:before,
.mm-listitem:after {
	border: 0;
}

#mmenu ul li dl {
	display: none;
}

#mmenu ul li dl dt {
	font-weight: normal;
	padding-left: 40px;
	line-height: 40px;
}

#mmenu ul li i {
	position: absolute;
	right: 20px;
	top: 20px;
}

#mmenu ul li a.noBoxs:hover {
	background-color: #1a62a0;
	color: white !important;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#mmenu ul li .mm-btn_next:after {
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-color: black;
}

#mmenu ul li .mm-btn_next:after:hover {
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-color: white;
}

#mmenu ul li a.active {
	background-color: #1a62a0;
	color: white;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.mm-navbars_top {
	display: none;
}

.mm-panels .panel-language {
	margin-top: 350px !important;
}

#langss .mm-panels a {
	height: 50px;
	display: block;
	color: black;
	line-height: 50px;
	padding-left: 20px;
	border-radius: 5px;
	margin-bottom: 5px;
}

#langss .mm-panels a:hover {
	background-color: #1a62a0;
	color: white;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#langss .mm-panels a.active {
	background-color: #1a62a0;
	color: white;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#langss .mm-panel_has-navbar {
	padding-top: 0px !important;
}

/* 地图 */
#allmap {
	width: 100%;
	height: 500px;
}
#allmap .BMapLabel{
	position: static!important;
}
.Contact-tel ul li {
	margin-bottom: 20px;
}

.Contact-tel ul li div {
	line-height: 50px;
	float: left;
	width: 125px;
	/* border: 1px solid black; */
	color: black;
	font-weight: 600;
}

.Contact-tel ul li input {
	width: 80%;
	padding: 6px 20px;
	font-size: 12px;
	line-height: 24px;
	min-height: 50px;
	background: #f6f6f6;
	border: 0;
	outline: 0;
	color: #888888;
}

.Contact-tel ul li textarea {
	width: 80%;
	padding: 6px 20px;
	font-size: 12px;
	line-height: 24px;
	min-height: 100px;
	background: #f6f6f6;
	border: 0;
	outline: 0;
}

.Contact-btn {
	background: black;
	padding: 11px 19px 12px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: white;
	text-transform: uppercase;
	display: block;
	border: 2px solid black;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	margin-left: 124px;
	margin-bottom: 90px;
}

.Contact-btn:hover {
	background-color: white;
	color: black;
	transition: 0.3s;
}

@media (max-width:991px) {
	.Picture ul li {
		width: 30%;
		margin-right: 0;
	}

	.Picture-tec-item {
		margin-top: 0;
	}
}


@media (max-width:768px) {
	.News-content p {
		display: block;
	}

	.Picture ul li p {
		font-size: 12px;
		bottom: 10px;
	}

	.Product p {
		display: block;
	}

	.Pline,
	.Pline2,
	.Psqure,
	.Psqure2 {
		display: none;
	}

	.link h1,
	.news h1,
	.picture h1,
	.Project h1 {
		text-align: center;
		float: none;
	}

	.subnav .tem_inner>a {
		min-width: auto !important;
		padding-left: 0;
		padding: 0 15px;
	}

	.subnav .now_title {
		min-width: auto !important;
		padding: 0 29px;
	}

	.subnav .now_title>em {
		padding: 0;
	}
}
@media (max-width:767px) {
	.footer-left{
		text-align: center;
	}
	.footer-left p{
		margin: auto;
	}
	.footer-right ul.footer-right-item1 li{
		padding: 0 1.5%;
	}
}
@media (max-width:710px) {

	.Contact-tel ul li textarea,
	.Contact-tel ul li input {
		width: 90%;
	}

}

@media (max-width:510px) {
	.Picture ul li p {
		width: 100%;
		background-color: #f8f8f8;
		bottom: -30px;
	}
}
